home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / snobol.lang < prev    next >
Text File  |  2004-07-06  |  963b  |  33 lines

  1. # SNOBOL language definition file
  2. #
  3. # Author: Andre Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 15.4.2004
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18. $KW_LIST(kwa)=output terminal screen input arb arbno pos rpos tab trim size rtab replace dupl
  19. datatype convert len define trace stoptr code rem differ ident array table gt ge le
  20. eq lt ne lgt any notany break span date substr opsyn integer remdr bal
  21.  
  22. $STRINGDELIMITERS=" '
  23.  
  24. $SL_COMMENT=*
  25.  
  26. $ALLOWNESTEDCOMMENTS=false
  27.  
  28. $ESCCHAR=\
  29.  
  30. $IGNORECASE=false
  31.  
  32. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = /  %  + -
  33.